home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 August / Macworld (1997-08).dmg / Shareware World / Info / For Developers / SC Basic / Example Programs / Dos To Mac / README < prev   
Text File  |  1997-06-17  |  552b  |  12 lines

  1. The DosToMac application converts text files from Dos format to Mac. (it removes the Line feed character from each line).
  2.  
  3. The source code and executable for DosToMac have been supplied.
  4. In order to recompile or change the program :
  5.     Double click on SCBasic.
  6.     Create a new project.
  7.     'Add File' DosToMac.bas (in the Project menu).
  8.     Select DosToMac.bas from the list box.
  9.         'Set Main' from the Project menu.
  10.     'Compile' from the Compile menu.
  11.     'Build Application' from the Compile menu. (overwrite the existing DosToMac 
  12.     application.